home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / lang.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  583 b   |  24 lines

  1. on flagroll
  2.   if rollOver(14) then
  3.     set the visible of sprite 10 to 1
  4.     set the visible of sprite 6 to 1
  5.   else
  6.     set the visible of sprite 10 to 0
  7.     set the visible of sprite 6 to 0
  8.   end if
  9.   if rollOver(15) then
  10.     set the visible of sprite 11 to 1
  11.     set the visible of sprite 5 to 1
  12.   else
  13.     set the visible of sprite 11 to 0
  14.     set the visible of sprite 5 to 0
  15.   end if
  16.   if rollOver(16) then
  17.     set the visible of sprite 12 to 1
  18.     set the visible of sprite 7 to 1
  19.   else
  20.     set the visible of sprite 12 to 0
  21.     set the visible of sprite 7 to 0
  22.   end if
  23. end
  24.